home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Tools / ApiHooks 2.2 / examples / ASM / InvisibleW9X / Invisible.txt < prev   
Encoding:
Text File  |  2000-04-11  |  389 b   |  9 lines

  1.  InvisibleW9X "hides" calc.exe process in W9X. Hiding is not so
  2. effective as in NT. Better effect could be reached by (danger) hard
  3. hooks.
  4.  It can be used on one process and it's children:
  5.  apihooks -n path\invisible.dll atm
  6. or it can be applied to all processes via
  7.  apihooks -o path\invisible.dll ALL
  8.  Invisible.dll must not be unloaded, because it has not implemented
  9. unhooking.